Pokémon Search Project

This project is a simple Pokémon search engine that allows users to search for a Pokémon by name or ID. The search engine uses the PokéAPI to fetch Pokémon data.

You can try it out by typing "Pikachu", or any other Pokémon name or ID, into the search bar and pressing 'Search'.

Note: After searching, if you scroll to the right you will see a picture of the Pokémon you searched for!

This project was pretty fun. It was cool to see how fetching data from an API works and how it can be utilised practically.